Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

[expo-cli] Make expo install work in any React Native app #2729

Merged
merged 1 commit into from
Sep 29, 2020

Conversation

brentvatne
Copy link
Member

return await packageManager.addAsync(...packages);
}

if (!exp.sdkVersion) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this has the side effect of improving the messaging in the weird edge case where maybe somebody 1) has expo pkg in pkg.json 2) has node_modules directory but 3) somehow we can't resolve the sdk version

@brentvatne brentvatne merged commit 688fc99 into master Sep 29, 2020
@brentvatne brentvatne deleted the @brent/expo-install-anywhere branch September 29, 2020 19:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[docs] Many packages reference "expo install" for bare workflow instead of "npm install"
1 participant